home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13863 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  960 b 

  1. Path: ns.mad.servicom.es!news
  2. From: alfongd@svq.servicom.es (Alfonso Gonzalez D.A.)
  3. Newsgroups: comp.lang.c++
  4. Subject: TEMPLATES IN MEMORY FOR DLG. BOX?
  5. Date: 27 Mar 1996 21:03:31 GMT
  6. Organization: Your Organization
  7. Message-ID: <4jcaf3$pdl@ns.mad.servicom.es>
  8. NNTP-Posting-Host: ppp_4.svq.servicom.es
  9. X-Newsreader: WinVN 0.92.6+
  10.  
  11. Hello, I am a Visual C++ 2.2 programer, and I have a
  12. problem. I wonder if you could help me.
  13.  
  14. Well, I want to build a dinamic dialog box;
  15. I am working with templates in memory and I can not display the
  16.  title (text) of a control.
  17. I think that the problem is locate in the type of the strings I am using.
  18. I am using the LPWSTR string type, and the lstrcpyW function 
  19. to set the value.
  20.  
  21. I am working with the MFC and building a WIN32 API application.
  22.  
  23. If you know the solution of the problem or you know an example of 
  24. building dialog box with template in memory, using MFC, please send me it.
  25.  
  26. Thanks a lot
  27.  
  28. Alfonso Gonzalez
  29. Spain
  30.